Android Lollipop brought with it the ability to change the color of status bar in your app for a more immersive user experience and in tune with Google’s Material Design Guidelines. Here is how you can change the color of the status bar using the ne
After opening the android studio and creating a new project with an empty activity. Navigate to res/values/colors.xml , and add a color that you want to change for the status bar. Add the color mentioned below: In your MainActivity, add this code in your